removeAt

(alias) function removeAt(index: integer): T

Deprecated

Use 'remove_at' instead

Removes and returns the element at the specified index. Fails if provided index is out of bounds.

Alias

Alias target

Since

0.9.0

Parameters

index

The index of the element to remove.